-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cm analyses tests #148
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #148 +/- ##
===========================================
- Coverage 88.31% 88.02% -0.29%
===========================================
Files 23 23
Lines 5415 5380 -35
===========================================
- Hits 4782 4736 -46
- Misses 633 644 +11 ☔ View full report in Codecov by Sentry. |
Again great work! I'm not so sure about the warning for a zero-row |
My thinking was that if you do not want to exclude any analyses most people will pass It could be a message instead of a warning, but I think informing the user on the behavior like this is useful. |
Ok, let's keep as is. |
I've added dedicated unit tests for
runCmAnalyses()
.I've added the following files:
I've also changed the following in the existing code:
cmAnalysisList
andtargetComparatorOutcomesList
to assert class"cmAnalysis"
and"targetComparatorOutcomes"
. Both assertions now expect the list to contain those object types instead.analysesToExclude
has 0 rows.